info prev up next book cdrom email home

Stability Matrix

Given a system of two ordinary differential equations

$\displaystyle \dot x$ $\textstyle =$ $\displaystyle f(x,y)$ (1)
$\displaystyle \dot y$ $\textstyle =$ $\displaystyle g(x,y),$ (2)

let $x_0$ and $y_0$ denote Fixed Points with $\dot x=\dot y=0$, so
$\displaystyle f(x_0,y_0)$ $\textstyle =$ $\displaystyle 0$ (3)
$\displaystyle g(x_0,y_0)$ $\textstyle =$ $\displaystyle 0.$ (4)

Then expand about $(x_0,y_0)$ so


$\displaystyle \delta\dot x$ $\textstyle =$ $\displaystyle f_x(x_0,y_0)\delta x+f_y(x_0,y_0)\delta y+f_{xy}(x_0,y_0)\delta x\delta y+\ldots$ (5)
$\displaystyle \delta\dot y$ $\textstyle =$ $\displaystyle g_x(x_0,y_0)\delta x+g_y(x_0,y_0)\delta y+g_{xy}(x_0,y_0)\delta x\delta y+\ldots.$ (6)

To first-order, this gives
\begin{displaymath}
{d\over dt}\left[{\matrix{\delta x\cr \delta y}}\right] = \l...
...)\cr}}\right] \left[{\matrix{\delta x\cr \delta y\cr}}\right],
\end{displaymath} (7)

where the $2\times 2$ Matrix, or its generalization to higher dimension, is called the stability matrix. Analysis of the Eigenvalues (and Eigenvectors) of the stability matrix characterizes the type of Fixed Point.

See also Elliptic Fixed Point (Differential Equations), Fixed Point, Hyperbolic Fixed Point (Differential Equations), Linear Stability, Stable Improper Node, Stable Node, Stable Spiral Point, Stable Star, Unstable Improper Node, Unstable Node, Unstable Spiral Point, Unstable Star


References

Tabor, M. ``Linear Stability Analysis.'' §1.4 in Chaos and Integrability in Nonlinear Dynamics: An Introduction. New York: Wiley, pp. 20-31, 1989.




© 1996-9 Eric W. Weisstein
1999-05-26